The conjunction under f&.g is defined as

  f&.g y $\leftrightarrow$ gi f g y
x f&.g y $\leftrightarrow$ gi (g x) f (g y)

where gi is the inverse of g . "Under" elucidates the important but often mysterious concept of duality in mathematics.

The "under anaesthetics" example provides a graphic illustration. Several steps are composed:

  apply anaesthetics
    cut open
      do procedure
    sew up
  wake up from anaesthetics

The inverse steps are pretty important! The "pipe laying" example provides another illustration: dig a trench, lay the pipe, cover the trench. Finally, a more poetic example: ashes to ashes, dust to dust.

Some examples of "under" in J:




Contributed by RogerHui, with further contributions by Raul Miller, EwartShaw, and DavidLambert.

Essays/Under (last edited 2012-02-04 06:22:45 by RogerHui)