PrintForm
Definitions
finite
sets
Sections
AutomataTheory
Doc
At:
set
function
1
1.
S:
Type
2.
T:
Type
3.
R:
S
T
Prop
4.
s:S. Dec(
t:T. R(s,t))
f:({s:S|
t:T. R(s,t) }
T).
s:{s:S|
t:T. R(s,t) }. R(s,f(s))
By:
Inst
Thm*
Q:(A
B
Prop). (
x:A.
y:B. Q(x,y))
(
f:(A
B).
x:A. Q(x,f(x))) [{s:S|
t:T. R(s,t) };T;
x,y. R(x,y)]
Generated subgoals:
1
x:{s:S|
t:T. R(s,t) }.
y:T. R(x,y)
2
5.
f:({s:S|
t:T. R(s,t) }
T).
x:{s:S|
t:T. R(s,t) }. R(x,f(x))
f:({s:S|
t:T. R(s,t) }
T).
s:{s:S|
t:T. R(s,t) }. R(s,f(s))
About: