Wf env implies wf action entity ancestor
wf_env_implies_wf_action_entity_ancestor
Plain-language statement
Ancestor of an action entity should also be an action entity
Source project: Cedar Specification
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 2,569 research declarations. Search 10,000 more complete Mathlib declarations.
2569 results
wf_env_implies_wf_action_entity_ancestor
Plain-language statement
Ancestor of an action entity should also be an action entity
Source project: Cedar Specification
Person-level attribution pending.
wf_env_implies_wf_request
Plain-language statement
More well-formedness properties of env.reqty.
Source project: Cedar Specification
Person-level attribution pending.
Wick.koszulSign_perm_eq_append
Project documentation
Gives a factor of - 1 for every fermion-fermion (q is 1) crossing that occurs when sorting a list of based on r. -/ def koszulSign (q : π β FieldStatistic) (le : π β π β Prop) [DecidableRel le] : List π β β | [] => 1 | a :: l => koszulSignInsert q le a l * koszulSign q le l @[simp] lemma koszulSign_singleton (q : π β FieldStatistic) (le : π...
Source project: Physlib
Person-level attribution pending.
WickContraction.insertAndContract_sndFieldOfContract_some_incl
Plain-language statement
Given a Wick contraction ΟsΞ for a list Οs of π.FieldOp, an element Ο of π.FieldOp, an i β€ Οs.length and a k in Option ΟsΞ.uncontracted i.e. is either none or some element of ΟsΞ.uncontracted, the new Wick contraction ΟsΞ.insertAndContract Ο i k is defined by inserting Ο into Οs after the first i-elements and moving the value...
Source project: Physlib
Person-level attribution pending.
WickContraction.insertAndContract_uncontractedList_none_map
Plain-language statement
For a list Οs of π.FieldOp, a Wick contraction ΟsΞ of Οs, an element Ο of π.FieldOp and a i β€ Οs.length then a sum over Wick contractions of Οs with Ο inserted at i is equal to the sum over Wick contractions ΟsΞ of just Οs and the sum over optional uncontracted elements of the ΟsΞ. In other words, `β (ΟsΞ : WickContraction (Οs....
Source project: Physlib
Person-level attribution pending.
WickContraction.insertAndContractNat_erase
Project documentation
Given a Wick contraction c for n, a position i : Fin n.succ and an optional uncontracted element j : Option (c.uncontracted) of c. The Wick contraction for n.succ formed by 'inserting' i into Fin n and contracting it optionally with j. -/ def insertAndContractNat (c : WickContraction n) (i : Fin n.succ) (j : Option (c.uncontracted)) : Wi...
Source project: Physlib
Person-level attribution pending.