Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Error: 1 * n = n.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Error: 1 * n = n.


Chronological Thread 
  • From: soham chakraborty <soham4you AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Error: 1 * n = n.
  • Date: Thu, 5 Sep 2013 13:04:45 +0530

Hi,
I am a Coq beginner. I am trying the following theorem on coqIde

Theorem mult_1_l : forall n:nat, 1 * n = n.
Proof.
  intros n. reflexivity. Qed.

But having follwing error message while hitting the tactic reflexivity.
Error: Impossible to unify "n" with "1 * n".

Can you please explain the problem.

Thanks in advance.

Best Regards,
soham



Archive powered by MHonArc 2.6.18.

Top of Page