Nuprl Lemma : bag-no-repeats-single

[T:Type]. ∀[x:T].  bag-no-repeats(T;{x})


Proof




Definitions occuring in Statement :  bag-no-repeats: bag-no-repeats(T;bs) single-bag: {x} uall: [x:A]. B[x] universe: Type
Definitions unfolded in proof :  single-bag: {x} bag-no-repeats: bag-no-repeats(T;bs) uall: [x:A]. B[x] member: t ∈ T exists: x:A. B[x] and: P ∧ Q cand: c∧ B subtype_rel: A ⊆B uimplies: supposing a prop: squash: T
Lemmas referenced :  cons_wf nil_wf list-subtype-bag no_repeats_singleton equal_wf bag_wf no_repeats_wf
Rules used in proof :  sqequalSubstitution sqequalRule sqequalReflexivity sqequalTransitivity computationStep isect_memberFormation introduction cut dependent_pairFormation extract_by_obid sqequalHypSubstitution isectElimination thin cumulativity hypothesisEquality hypothesis because_Cache applyEquality independent_isectElimination lambdaEquality independent_pairFormation productEquality imageMemberEquality baseClosed imageElimination isect_memberEquality universeEquality

Latex:
\mforall{}[T:Type].  \mforall{}[x:T].    bag-no-repeats(T;\{x\})



Date html generated: 2017_10_01-AM-09_01_17
Last ObjectModification: 2017_07_26-PM-04_42_32

Theory : bags


Home Index