Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] two questions: a real one, and asking for help

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] two questions: a real one, and asking for help


Chronological Thread 
  • From: Cedric Auger <sedrikov AT gmail.com>
  • To: "coq-club AT inria.fr" <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] two questions: a real one, and asking for help
  • Date: Fri, 5 Aug 2016 11:26:45 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=sedrikov AT gmail.com; spf=Pass smtp.mailfrom=sedrikov AT gmail.com; spf=None smtp.helo=postmaster AT mail-io0-f181.google.com
  • Ironport-phdr: 9a23:m0n1pRwnRFvJmN/XCy+O+j09IxM/srCxBDY+r6Qd0e8WIJqq85mqBkHD//Il1AaPBtSDraIYwLKG+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2WVTerzWI4CIIHV2nbEwud7yzStKZ15T//tvx0qWbWx9Piju5bOE6BzSNhiKViPMrh5B/IL060BrDrygAUe1XwWR1OQDbxE6ktY/jtKJkpm5bvOtk/MpdW437eb45RPpWFn5uZ2sy/YjgsQTJZQqJ/HoVFGsMxElmGQ/AuTr3Uo3wuWPTq+VwwmHOJsD6V7E3XiqK4KJiSRuugyACYW1quFrLg9B92foI6CmqoAZyltbZ



2016-08-05 11:18 GMT+02:00 Daniel de Rauglaudre <daniel.de_rauglaudre AT inria.fr>:
Hi all!

1/ I don't remember the Internet tool to chat with Coq users, to ask
   simple questions. I used it once a long time ago, but I did not
   notice what I used, and I cannot find it again through google.

​IRC (Internet Relay Chat)?​

 

2/ The immediate question that I have now is how to prove that the
   hypothesis (1 / 3)%R = 1%R is contradictory? I tried discriminate,
   discrR and other field_simplify. But I cannot manage to finish it
   in a simple way. A research on google gave me nothing interesting
   but perhaps I did not put the good terms.

​Deciding equality on R is highly non trivial in general.​
But it should be easy to prove that
(1/3)%R = 1%R => (1/3)%R * 3%R = 1%R * 3%R => 1%R = 3%R.
From here, I am pretty sure that you have a lemma or an hypothesis telling that injection from Z to R is … injective. So that you should end with a last "=> 1%Z = 3%Z". At this point the proof of False is easy with discriminate or other tools.

 

Thanks.

--
Daniel de Rauglaudre
http://pauillac.inria.fr/~ddr/




Archive powered by MHonArc 2.6.18.

Top of Page