Documentation

Actus.Closures

inductive Actus.Closures.Star {α : Type} (r : ααType) :
ααType

Star r a b: b is reachable from a in zero or more r-steps.

  • refl {α : Type} {r : ααType} {a : α} : Star r a a
  • step {α : Type} {r : ααType} {a b c : α} : r a bStar r b cStar r a c
Instances For