Nuprl Lemma : bag-drop-no-repeats

[T:Type]. ∀[eq:EqDecider(T)]. ∀[bs:bag(T)]. ∀[x:T].  bag-no-repeats(T;bag-drop(eq;bs;x)) supposing bag-no-repeats(T;bs)


Proof




Definitions occuring in Statement :  bag-drop: bag-drop(eq;bs;a) bag-no-repeats: bag-no-repeats(T;bs) bag: bag(T) deq: EqDecider(T) uimplies: supposing a uall: [x:A]. B[x] universe: Type
Definitions unfolded in proof :  uall: [x:A]. B[x] member: t ∈ T uimplies: supposing a all: x:A. B[x] or: P ∨ Q and: P ∧ Q squash: T prop: true: True subtype_rel: A ⊆B guard: {T} iff: ⇐⇒ Q rev_implies:  Q implies:  Q bag-no-repeats: bag-no-repeats(T;bs) uiff: uiff(P;Q)
Lemmas referenced :  bag-drop-property bag-no-repeats_wf squash_wf true_wf bag_wf iff_weakening_equal deq_wf bag-no-repeats-append single-bag_wf bag-drop_wf
Rules used in proof :  sqequalSubstitution sqequalTransitivity computationStep sqequalReflexivity isect_memberFormation introduction cut extract_by_obid sqequalHypSubstitution isectElimination thin because_Cache dependent_functionElimination hypothesisEquality unionElimination productElimination applyEquality lambdaEquality imageElimination equalityTransitivity hypothesis equalitySymmetry natural_numberEquality sqequalRule imageMemberEquality baseClosed universeEquality independent_isectElimination independent_functionElimination cumulativity isect_memberEquality hyp_replacement Error :applyLambdaEquality

Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[bs:bag(T)].  \mforall{}[x:T].
    bag-no-repeats(T;bag-drop(eq;bs;x))  supposing  bag-no-repeats(T;bs)



Date html generated: 2016_10_25-AM-11_27_51
Last ObjectModification: 2016_07_12-AM-07_34_00

Theory : bags_2


Home Index