Skip to main content

Questions tagged [boolean]

For questions related to Boolean function (whose arguments and result assume values from a two-element set).

1 vote
0 answers
48 views

I was able to figure out the maximum basis size for the classes L (Linear) and M (Monotonic), but I'm having trouble with the class T₁ (1-preserving). The problem can't be solved using the five basic ...
Simon Brown's user avatar
9 votes
2 answers
352 views

$\DeclareMathOperator{\th}{th}$ A Boolean function $f:\{0,1\}^n \to \{0,1\}$ is monotone if for all $a_1,\dots,a_n,a'_1,\dots,a'_n$, if $a_i \leq a'_i$ for all $1 \leq i \leq n$ then $f(a_1,\dots,a_n) ...
mathperson314's user avatar
2 votes
0 answers
94 views

I recently learned in my last question that rule 110, while being Turing-complete, can be built from a set of falsity-preserving functions (such as $\{\lor, \oplus\}$) which isn't functionally ...
Lysandre Terrisse's user avatar
1 vote
1 answer
81 views

I will start with a few definitions: Let $X$ be a set, and let $i, n \in \mathbb{N}^*$ such that $i \leq n$. The $i$-th $n$-ary projection is defined as: $$\pi_i^n : X^n \rightarrow X$$ $$x_1, \dots, ...
Lysandre Terrisse's user avatar
-3 votes
1 answer
115 views

This seems like a simple question , but I cant seem to figure it out. Let $I\subseteq [n]$ be a fixed subset. As we run through subsets $A\subseteq [n] $, exactly half of $A\cap I$ will be even sized. ...
Sudipta Roy's user avatar
1 vote
1 answer
97 views

The Problem from Rautenberg's A Concise Introduction to Mathematical Logic: Show that the formulas in $\land,\lor,0,1$ represents exactly the monotonic Boolean functions. These are the constants from ...
Yinuo An's user avatar
  • 695
0 votes
1 answer
85 views

$f\in\boldsymbol{B}_n$ is called linear if $f(x_1,\ldots,x_n)=a_0+a_1x_1+\cdots+a_nx_n$ for suitable coefficients $a_0, \ldots , a_n\in \{ 0, 1\}.$ Here + denotes exclusive disjunction (addition ...
Yinuo An's user avatar
  • 695
1 vote
1 answer
102 views

I'm in the very early stages of learning Linear Algebra. Having studied boolean algebra in the past, I couldn't help but notice a striking similarity between the two. Boolean sum of products appear to ...
user148298's user avatar
2 votes
0 answers
52 views

A boolean circuit C has n inputs and m outputs, and is constructed with AND, OR, and NOT gates. Each gate has fan-in 2 except the NOT gate which has fan-in 1. The out-degree can be any number. A ...
Monte_carlo's user avatar
0 votes
1 answer
87 views

Competition of Boolean algebra is unique up to isomorphism. Proof: Let $C, D$ be two completions of Boolean algebra $B$. Then, we want to show that $C \cong D$. There's this reference which I find ...
MathInquirer's user avatar
1 vote
0 answers
44 views

In 1973 L. Krnic proved that there is at-most-6-element basis in 3-value logic {0, 1, 2}, following Jablonskii's proof that there are 18 pre-complete classes in this logic with 27 different types of ...
user1532960's user avatar
0 votes
1 answer
150 views

I've got the following problem - That's got the following solution: And I don't understand how this K-Map was made. Every exercise I've encountered thus far always has equations that have 3 elements(...
Enrico Tuvera Jr's user avatar
0 votes
1 answer
77 views

I'm having a hard time understanding why/how does these processes really work. All I know is how to get the original expression from the truth table, using the step-by-step work I've been taught, but ...
Guilherme Cintra's user avatar
1 vote
1 answer
120 views

I'm reading this paper which relates the sensitivity conjecture to a graph-theoretic question on the hypercube and I'm struggling to understand some things. A Boolean function here is defined as $f: \{...
kleinbottle's user avatar
1 vote
1 answer
89 views

A Boolean clone is a clone (in the sense of universal algebra) on the set $\{0,1\}$. Post proved that every Boolean clone is finitely generated. I want to know if a stronger version of Post's theorem ...
user107952's user avatar
  • 24.8k

15 30 50 per page
1
2 3 4 5 6