Skip to content

Commit

Permalink
english
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenCyril committed Jan 3, 2024
1 parent a51cfde commit 7dbe1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/artifact_paper_example.v
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Proof. by move: m n => _ + <-; case=> //=. Defined.
Trocq Use RN0. Trocq Use RNS.
Trocq Use RN44.

(* We can now make use of the tactic to prove a recurrence principle on N *)
(* We can now make use of the tactic to prove an induction principle on N *)
Lemma N_Srec : forall (P : N -> Type), P N0 ->
(forall n, P n -> P (Nsucc n)) -> forall n, P n.
Proof. trocq. (* N replaces nat in the goal *) exact nat_rect. Defined.
Expand Down

0 comments on commit 7dbe1d6

Please sign in to comment.