mb automata 1 Sections GenAutomata Doc

Def Y(f) == (x.f(x(x)))(x.f(x(x)))

is mentioned by

Def st_eq(s1;s2) == Case(s1) Case a;b = > Case(s2) Case a';b' = > st_eq(a;a')st_eq(b;b') Default = > false Case tree_leaf(x) = > Case(s2) Case a';b' = > false Case tree_leaf(y) = > InjCase(x; x'. InjCase(y; y'. x' = y'; b. false); a. InjCase(y; y'. false; b. true)) Default = > false Default = > false (recursive)[st_eq]

In prior sections: list 1 prog 1 mb basic mb nat num thy 1 mb list 1 mb tree

Try larger context: GenAutomata

mb automata 1 Sections GenAutomata Doc