From a0bdb14300aa57eed684992a23a57fd319ef97c0 Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Mon, 20 Jun 2016 14:35:46 -0400 Subject: Algebra: change a aliasing definition into an aliasing lemma to appease implicit argument resolution --- src/Algebra.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Algebra.v') diff --git a/src/Algebra.v b/src/Algebra.v index b8cc3c921..6dc188e2c 100644 --- a/src/Algebra.v +++ b/src/Algebra.v @@ -378,8 +378,8 @@ Module Ring. Context `{is_homomorphism}. - Definition homomorphism_add : forall x y, phi (ADD x y) = add (phi x) (phi y) := - Group.homomorphism. + Lemma homomorphism_add : forall x y, phi (ADD x y) = add (phi x) (phi y). + Proof. apply Group.homomorphism. Qed. Definition homomorphism_opp : forall x, phi (OPP x) = opp (phi x) := (Group.homomorphism_inv (INV:=OPP) (inv:=opp)). -- cgit v1.2.3