diff options
| author | Cyril Cohen | 2017-11-23 16:33:36 +0100 |
|---|---|---|
| committer | Cyril Cohen | 2018-02-06 13:54:37 +0100 |
| commit | fafd4dac5315e1d4e071b0044a50a16360b31964 (patch) | |
| tree | 5b66c3d67e2b146e3a8013496379b96dd60dc75a /mathcomp/attic/galgebra.v | |
| parent | 835467324db450c8fb8971e477cc4d82fa3e861b (diff) | |
running semi-automated linting on the whole library
Diffstat (limited to 'mathcomp/attic/galgebra.v')
| -rw-r--r-- | mathcomp/attic/galgebra.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mathcomp/attic/galgebra.v b/mathcomp/attic/galgebra.v index 4902a47..16bbe1e 100644 --- a/mathcomp/attic/galgebra.v +++ b/mathcomp/attic/galgebra.v @@ -55,11 +55,11 @@ Definition mulrg v1 v2 := GAlg ([ffun g => \sum_(k : gT) (v1 k) * (v2 ((k^-1) * g)%g)]). Lemma addrgA : associative addrg. -Proof. +Proof. by move=> *; apply: val_inj; apply/ffunP=> ?; rewrite !ffunE addrA. Qed. Lemma addrgC : commutative addrg. -Proof. +Proof. by move=> *; apply: val_inj; apply/ffunP=> ?; rewrite !ffunE addrC. Qed. Lemma addr0g : left_id g0 addrg. |
