aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/attic/galgebra.v
diff options
context:
space:
mode:
authorCyril Cohen2017-11-23 16:33:36 +0100
committerCyril Cohen2018-02-06 13:54:37 +0100
commitfafd4dac5315e1d4e071b0044a50a16360b31964 (patch)
tree5b66c3d67e2b146e3a8013496379b96dd60dc75a /mathcomp/attic/galgebra.v
parent835467324db450c8fb8971e477cc4d82fa3e861b (diff)
running semi-automated linting on the whole library
Diffstat (limited to 'mathcomp/attic/galgebra.v')
-rw-r--r--mathcomp/attic/galgebra.v4
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.