Nuprl Lemma : lattice-extend-is-hom

∀[T:Type]. ∀[eq:EqDecider(T)]. ∀[L:BoundedDistributiveLattice]. ∀[eqL:EqDecider(Point(L))]. ∀[f:T ⟶ Point(L)].
  (λac.lattice-extend(L;eq;eqL;f;ac) ∈ Hom(free-dist-lattice(T; eq);L))


Proof




Definitions occuring in Statement :  lattice-extend: lattice-extend(L;eq;eqL;f;ac),  free-dist-lattice: free-dist-lattice(T; eq),  bdd-distributive-lattice: BoundedDistributiveLattice,  bounded-lattice-hom: Hom(l1;l2),  lattice-point: Point(l),  deq: EqDecider(T),  uall: ∀[x:A]. B[x],  member: t ∈ T,  lambda: λx.A[x],  function: x:A ⟶ B[x],  universe: Type
Definitions unfolded in proof :  uall: ∀[x:A]. B[x],  member: t ∈ T,  subtype_rel: A ⊆r B,  uimplies: b supposing a,  and: P ∧ Q,  cand: A c∧ B,  all: ∀x:A. B[x],  implies: P ⇒ Q,  lattice-extend: lattice-extend(L;eq;eqL;f;ac),  lattice-fset-join: \/(s),  reduce: reduce(f;k;as),  list_ind: list_ind,  fset-image: f"(s),  f-union: f-union(domeq;rngeq;s;x.g[x]),  list_accum: list_accum,  lattice-0: 0,  record-select: r.x,  free-dist-lattice: free-dist-lattice(T; eq),  mk-bounded-distributive-lattice: mk-bounded-distributive-lattice,  mk-bounded-lattice: mk-bounded-lattice(T;m;j;z;o),  record-update: r[x := v],  ifthenelse: if b then t else f fi ,  eq_atom: x =a y,  bfalse: ff,  btrue: tt,  empty-fset: {},  nil: [],  it: ⋅,  bdd-distributive-lattice: BoundedDistributiveLattice,  squash: ↓T,  prop: ℙ,  true: True,  guard: {T},  iff: P ⇐⇒ Q,  rev_implies: P ⇐ Q,  so_lambda: λ2x.t[x],  so_apply: x[s]
Lemmas referenced :  order-preserving-map-is-bounded-lattice-hom,  free-dist-lattice_wf,  bdd-distributive-lattice-subtype-bdd-lattice,  lattice-extend_wf,  lattice-point_wf,  lattice-extend-order-preserving,  lattice-le_wf,  lattice-extend-meet,  lattice-extend-join,  lattice-0_wf,  equal_wf,  squash_wf,  true_wf,  lattice-extend-1,  lattice-1_wf,  iff_weakening_equal,  subtype_rel_set,  bounded-lattice-structure_wf,  lattice-structure_wf,  lattice-axioms_wf,  bounded-lattice-structure-subtype,  bounded-lattice-axioms_wf,  uall_wf,  lattice-meet_wf,  lattice-join_wf,  deq_wf,  bdd-distributive-lattice_wf
Rules used in proof :  sqequalSubstitution,  sqequalTransitivity,  computationStep,  sqequalReflexivity,  isect_memberFormation,  introduction,  cut,  extract_by_obid,  sqequalHypSubstitution,  isectElimination,  thin,  cumulativity,  hypothesisEquality,  hypothesis,  applyEquality,  sqequalRule,  lambdaEquality,  functionExtensionality,  because_Cache,  independent_isectElimination,  lambdaFormation,  independent_pairFormation,  productElimination,  setElimination,  rename,  imageElimination,  equalityTransitivity,  equalitySymmetry,  natural_numberEquality,  imageMemberEquality,  baseClosed,  universeEquality,  independent_functionElimination,  axiomEquality,  functionEquality,  instantiate,  productEquality,  isect_memberEquality

Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[L:BoundedDistributiveLattice].  \mforall{}[eqL:EqDecider(Point(L))].
\mforall{}[f:T  {}\mrightarrow{}  Point(L)].
    (\mlambda{}ac.lattice-extend(L;eq;eqL;f;ac)  \mmember{}  Hom(free-dist-lattice(T;  eq);L))



Date html generated: 2020_05_20-AM-08_46_13
Last ObjectModification: 2017_07_28-AM-09_14_45

Theory : lattices


Home Index