Skip to content

Commit

Permalink
Merge pull request #141 from trishullab/origin/michelle
Browse files Browse the repository at this point in the history
Update assignment.v
  • Loading branch information
GeorgeTsoukalas authored Jul 10, 2024
2 parents d09f8b9 + 2282c08 commit c714635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coq/assignment.v
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Require Import Ensembles RelationClasses.
Theorem putnam_2001_a1
(A : Type)
(op: A->A->A)
: forall (a b: A), op (op a b) a = b -> forall (a b: A), op a (op b a) = b.
: (forall (a b: A), op (op a b) a = b) -> (forall (a b: A), op a (op b a) = b).
Proof. Admitted.
End putnam_2001_a1.

Expand Down

0 comments on commit c714635

Please sign in to comment.