Hyperproperty

From Wikipedia, the free encyclopedia

In computer science, hyperproperties are a formalism for describing properties of computational systems. Hyperproperties generalize safety and liveness properties, and can express properties such as non-interference and observational determinism.[1]

Elaborating on the example of non-interference: Non-interference can't be represented as a "property" in the formal sense because there's no inclusion-test that could be applied to a single program trace; non-interference is an assertion about how neighboring traces are similar to each other and it does no good to look at one trace at a time. "Hyperproperties" are the extension from properties as predicates on traces to properties as relations between traces.

Definitions[edit]

Traces and systems[edit]

Hyperproperties are defined in terms of traces of a computational system. A trace is a sequence of states; a system is a set of traces. Intuitively, a program corresponds to the set of all of its possible execution traces, given any inputs. Formally, the set of traces over a set of states is .

This representation is expressive enough to encompass several computational models, including labeled transition systems[2] and state machines.[3]

Hyperproperties[edit]

A trace property is a set of traces. Safety and liveness properties are trace properties. Formally, a trace property is an element of , where is the powerset operator. A hyperproperty is a set of trace properties, that is, an element of .

Trace properties may be divided into safety properties (intuitively, properties that ensure "bad things don't happen") and liveness properties ("good things do happen"), and every trace property is the intersection of a safety property and a liveness property.[4] Analogously, hyperproperties may be divided into hypersafety and hyperliveness hyperproperties, and every hyperproperty is an intersection of a safety hyperproperty and a liveness hyperproperty.[5]

-safety properties are safety hyperproperties such that every violation of the property can be witnessed by a set of at most traces.[6]

Examples[edit]

Properties[edit]

Since hyperproperties are exactly the elements of the power set , they are closed under intersection and union.

The lower Vietoris topology of a standard topology on trace properties yields a topology on the set of hyperproperties.[13]

Applications[edit]

Several program logics[14][11][15] have been developed for checking that a program conforms to a hyperproperty.

HyperLTL[14] and some model checking algorithms[16][17] have been developed for checking that a finite state system conforms to a hyperproperty.

References[edit]

Notes[edit]

  1. ^ Clarkson & Schneider 2010, p. 1.
  2. ^ Clarkson & Schneider 2010, p. 23: "A labeled transition system [...] can be encoded as a set of traces.".
  3. ^ Clarkson & Schneider 2010, p. 25: "A state machine M [...] can be encoded as a set of traces.".
  4. ^ Alpern, Bowen; Schneider, Fred B. (1985-10-07). "Defining liveness". Information Processing Letters. 21 (4): 181–185. doi:10.1016/0020-0190(85)90056-0. ISSN 0020-0190.
  5. ^ Clarkson & Schneider 2010, p. 21.
  6. ^ Finkbeiner, Bernd; Haas, Lennart; Torfah, Hazem (June 2019). "Canonical Representations of k-Safety Hyperproperties". 2019 IEEE 32nd Computer Security Foundations Symposium (CSF). pp. 17–1714. doi:10.1109/CSF.2019.00009. ISBN 978-1-7281-1407-1. S2CID 201848133.
  7. ^ Clarkson & Schneider 2010, p. 11: "Safety properties lift to safety hyperproperties".
  8. ^ Clarkson & Schneider 2010, p. 15: "The hyperproperty false, defined as \{\emptyset\}, is hypersafety but not hyperliveness"..
  9. ^ Clarkson & Schneider 2010, p. 44.
  10. ^ Clarkson & Schneider 2010.
  11. ^ a b c d e f Sousa & Dillig 2016.
  12. ^ Clarkson & Schneider 2010, p. 13: "observational determinism OD (2.6) cannot be expressed as a 2-safety property, but it is a 2-safety hyperproperty".
  13. ^ Clarkson & Schneider 2010, p. 19.
  14. ^ a b D'Osualdo; Farzan; Dreyer (2022). "Proving hypersafety compositionally". Proceedings of the ACM on Programming Languages. 6 (OOPSLA2): 289–314. arXiv:2209.07448. doi:10.1145/3563298. S2CID 252284134.
  15. ^ Dardinier, Thibault; Müller, Peter (2023-01-24). "Hyper Hoare Logic: (Dis-)Proving Program Hyperproperties (extended version)". arXiv:2301.10037 [cs.LO].
  16. ^ Finkbeiner, Bernd; Rabe, Markus N.; Sánchez, César (2015). "Algorithms for Model Checking HyperLTL and HyperCTL $$^*$$". In Kroening, Daniel; Păsăreanu, Corina S. (eds.). Computer Aided Verification. Lecture Notes in Computer Science. Vol. 9206. Cham: Springer International Publishing. pp. 30–48. doi:10.1007/978-3-319-21690-4_3. ISBN 978-3-319-21690-4.
  17. ^ Hsu, Tzu-Han; Sánchez, César; Bonakdarpour, Borzoo (2021). "Bounded Model Checking for Hyperproperties". In Groote, Jan Friso; Larsen, Kim Guldstrand (eds.). Tools and Algorithms for the Construction and Analysis of Systems. Lecture Notes in Computer Science. Vol. 12651. Cham: Springer International Publishing. pp. 94–112. doi:10.1007/978-3-030-72016-2_6. ISBN 978-3-030-72016-2. PMC 7979203.

Sources[edit]