Skip to content

Commit

Permalink
minor edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
llee454 committed Feb 13, 2019
1 parent f4a36fc commit 66b9c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pigeonhole_principle.v
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Definition container_ok_dec
Definition containers_ok (cs : containers) : Prop
:= Forall container_ok cs.

(** * III. Fundamental Proof *)
(** * II. Fundamental Proof *)

(**
This theorem proves that given a collection
Expand Down Expand Up @@ -145,7 +145,7 @@ Proof
((Nat.nle_succ_0 (length xs))
(le_S_n (S (length xs)) 0 ((Forall_inv H0) : S (S (length xs)) <= 1)))))).

(** * IV. The Pigeonhole Principle *)
(** * III. The Pigeonhole Principle *)

(**
This lemma proves that if we have a collection
Expand Down

0 comments on commit 66b9c71

Please sign in to comment.