summaryrefslogtreecommitdiffstats
path: root/content/zettel/4e2a1.md
blob: b352a5c519ffebae60d9e4cf7b23985c66ac8145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
+++
title = "Defining in terms of Min/Max"
author = "Yann Herklotz"
tags = []
categories = []
backlinks = ["4e2a"]
forwardlinks = []
zettelid = "4e2a1"
+++

`T` and `F` can be expressed in terms of 1 and -1 respectively, which
means that AND and OR can be represented by MIN and MAX respectively,
which also works when `U` is 0. This makes it quite easy to generalise
the logic to infinite values.