Nuprl Lemma : bst_node-right_wf

[E:Type]. ∀[v:bs_tree(E)].  bst_node-right(v) ∈ bs_tree(E) supposing ↑bst_node?(v)


Proof




Definitions occuring in Statement :  bst_node-right: bst_node-right(v) bst_node?: bst_node?(v) bs_tree: bs_tree(E) assert: b uimplies: supposing a uall: [x:A]. B[x] member: t ∈ T universe: Type
Definitions unfolded in proof :  uall: [x:A]. B[x] uimplies: supposing a member: t ∈ T ext-eq: A ≡ B and: P ∧ Q subtype_rel: A ⊆B all: x:A. B[x] implies:  Q bool: 𝔹 unit: Unit it: btrue: tt uiff: uiff(P;Q) sq_type: SQType(T) guard: {T} eq_atom: =a y ifthenelse: if then else fi  bst_node?: bst_node?(v) pi1: fst(t) assert: b bfalse: ff false: False exists: x:A. B[x] prop: or: P ∨ Q bnot: ¬bb bst_node-right: bst_node-right(v) pi2: snd(t)
Lemmas referenced :  bs_tree-ext eq_atom_wf bool_wf eqtt_to_assert assert_of_eq_atom subtype_base_sq atom_subtype_base unit_wf2 unit_subtype_base it_wf eqff_to_assert equal_wf bool_cases_sqequal bool_subtype_base assert-bnot neg_assert_of_eq_atom assert_wf bst_node?_wf bs_tree_wf
Rules used in proof :  sqequalSubstitution sqequalTransitivity computationStep sqequalReflexivity isect_memberFormation cut introduction extract_by_obid sqequalHypSubstitution isectElimination thin hypothesisEquality promote_hyp productElimination hypothesis_subsumption hypothesis applyEquality sqequalRule tokenEquality lambdaFormation unionElimination equalityElimination equalityTransitivity equalitySymmetry independent_isectElimination instantiate cumulativity atomEquality dependent_functionElimination independent_functionElimination because_Cache voidElimination dependent_pairFormation universeEquality

Latex:
\mforall{}[E:Type].  \mforall{}[v:bs\_tree(E)].    bst\_node-right(v)  \mmember{}  bs\_tree(E)  supposing  \muparrow{}bst\_node?(v)



Date html generated: 2017_10_01-AM-08_31_00
Last ObjectModification: 2017_07_26-PM-04_24_54

Theory : tree_1


Home Index