Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] boolean simplification

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] boolean simplification


chronological Thread 
  • From: filou AT labri.fr
  • To: Laurent Th�ry <Laurent.Thery AT sophia.inria.fr>
  • Cc: coq-club AT inria.fr, pierre.casteran AT labri.fr
  • Subject: Re: [Coq-Club] boolean simplification
  • Date: Thu, 07 Oct 2010 14:31:39 +0200

Laurent Théry 
<Laurent.Thery AT sophia.inria.fr>
 a écrit :

There is something wrong with your environment.

===

Require Import Bool Ring.

Goal forall a b, a && false && b = true -> True.

intros.
ring_simplify in H.

=============

works

--
Laurent



No, I just didn't know the ring_simplify tactic existed.
Thanks.

Vincent




Archive powered by MhonArc 2.6.16.

Top of Page