Skip to content

Commit

Permalink
Slight edit of documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlchan authored and mn200 committed Aug 17, 2023
1 parent 0dfbd02 commit fada2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fermat/twosq/cornerScript.sml
Expand Up @@ -1024,7 +1024,7 @@ QED
==> ?q. q IN s by MEMBER_NOT_EMPTY
==> ?a b. q = (a,a,b,b) /\
p = a ** 2 + b ** 2 /\ a < b by corners_less_fix_def
Take them and form a pair (a,b).
Take these values of a and b.
*)
Theorem fermat_two_squares_by_corners:
!p. tik p /\ prime p ==> ?a b. p = a ** 2 + b ** 2 /\ a < b
Expand Down

0 comments on commit fada2db

Please sign in to comment.