Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Comparing records (and dependent records)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Comparing records (and dependent records)


chronological Thread 
  • From: Victor Porton <porton AT narod.ru>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] Comparing records (and dependent records)
  • Date: Fri, 18 Nov 2011 23:47:31 +0400
  • Envelope-from: porton AT yandex.ru

Record T := {
  x y : num
}.

Variable A B : T.

Now suppose we know [x A = x B] and [y A = y B]. Which ways we may infer [A = 
B] from that?

Also what about dependent records? Are they equal even in the case if they 
have different justifications (proved by different lemmas)? Can we infer 
equality of two dependent records comparing only data fields (not the 
conditions)?

What is the idea behind comparing dependent records?

-- 
Victor Porton - http://portonvictor.org



Archive powered by MhonArc 2.6.16.

Top of Page