Function always_implies_to_leads_to
Source pub broadcast proof fn always_implies_to_leads_to<T>(
spec: TempPred<T>,
p: TempPred<T>,
q: TempPred<T>,
)
Expand description
requires#[trigger] spec.entails(always(p.implies(q))),
ensuresspec.entails(p.leads_to(q)),
If ⊧ □(p ⇒ q), then ⊧ p ⇝ q.
§Preconditions
§Postconditions