Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
affeldt-aist committed Apr 24, 2024
1 parent ce49faf commit cee5635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
- in `forms.v`:
+ notation ``` u ``_ _ ```

- moved from `forms.v` to `matchomp_extra.v`:
+ structure `revop`

### Renamed

- in `constructive_ereal.v`:
Expand Down Expand Up @@ -103,6 +100,10 @@
+ canonical `rev_mulr`
+ lemmas `mulr_is_linear`, `mulr_rev_is_linear`

- in `forms.v`
+ canonical `rev_mulmx`
+ structure `revop`

### Infrastructure

### Misc
4 changes: 0 additions & 4 deletions classical/mathcomp_extra.v
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,3 @@ rewrite /Order.min/=; case: ifPn => xz; case: ifPn => yz; rewrite ?ltxx//.
Qed.

End order_min.

Structure revop X Y Z (f : Y -> X -> Z) := RevOp {
fun_of_revop :> X -> Y -> Z;
_ : forall x, f x =1 fun_of_revop^~ x }.
3 changes: 0 additions & 3 deletions theories/forms.v
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ End BidirectionalLinearZ.

End BilinearTheory.

Canonical rev_mulmx (R : ringType) m n p := @RevOp _ _ _ (@mulmxr R m n p)
(@mulmx R m n p) (fun _ _ => erefl).

Lemma mulmx_is_bilinear (R : comRingType) m n p :
bilinear_for
(GRing.Scale.Law.clone _ _ *:%R _) (GRing.Scale.Law.clone _ _ *:%R _)
Expand Down

0 comments on commit cee5635

Please sign in to comment.