From: Gabriele Pozzani <gabriele.pozzani@gmail.com>
Hello,
I defined the type:
consts n::nat
typedef enne = "{x::nat. x>=0 & x<=n}"
automatically Isabelle has defined the function Rep_enne::enne => nat.
Now I have to demonstrate the lemma
Rep_enne i < n
How can I access and use the Rep_enne function definition in the proof?
Thank you very much
Gabriele
From: Steven Obua <obua@in.tum.de>
Gabriele Pozzani wrote:
See chapter 8.5.2 in the Isabelle/HOL tutorial.
Steven Obua
Last updated: Nov 21 2024 at 12:39 UTC