Skip to content

Commit

Permalink
AbGroups/Z: get rid of abgroup_int_mult
Browse files Browse the repository at this point in the history
  • Loading branch information
jdchristensen committed Jul 3, 2024
1 parent 43e08df commit 1e60610
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions theories/Algebra/AbGroups/Z.v
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Proof.
- exact int_add_comm.
Defined.

Local Open Scope mc_scope.

(** For every group [G] and element [g : G], the map sending an integer to that power of [g] is a homomorphism. *)
Definition grp_pow_homo {G : Group} (g : G)
: GroupHomomorphism abgroup_Z G.
Expand All @@ -32,8 +30,3 @@ Proof.
1: exact (grp_pow g).
intros m n; apply grp_pow_add.
Defined.

(** The special case for an abelian group, which gives multiplication by an integer. *)
Definition abgroup_int_mult (A : AbGroup) (a : A)
: GroupHomomorphism abgroup_Z A
:= grp_pow_homo a.

0 comments on commit 1e60610

Please sign in to comment.