I was given the following problem:
How many distributive lattices are there with exactly one atom and four irreducible elements in total?
An irreducible element, in this context, is an $x$ in the lattice set $L$ such that $x = y \lor z \to x =y $ or $x = z$ for any $y, z \in L$, where $\lor$ is the supremum operator.
There clearly are distributive lattices satisfying this property. Take, for example, the Hasse diagram of $P(\{a, b, c\}, \subseteq)$ with its typical cube form. Add to this diagram a minimum node $0$, such that it looks like this:
Here, $I_1, ... I_3$ are irreducible elements, and so is the atom $a$, and the graph is a distributive lattice. In fact, my intuition is that one can "extend" elementary distributive lattices satisfying the constraint$-$such as the one whose Hasse diagram is above$-$ indefinitely while preserving the number of irreducible elements and the unique atom. For example,
is still distributive and satisfies the constraints. All I did was "add a floor" to the cube, and I could repeat that step indefinitely.
So far my intuition goes. But I am unable to prove this at all. I was requested to give a formal proof or justification of whatever answer I give, and here's where I'm falling short. How could one tackle this?
Thanks.


We can find exactly 5 such distributive lattices, the ones depicted on the Hasse diagrams below. The atom is highlighted in blue, the other irreducibles in red. Textual descriptions are provided below.
Our proof uses the following well-known result:
Since the distributive lattices of interest have exactly 4 irreducibles, one could feasibly start by enumerating all 16 posets on 4 elements and proceed from there. But we know the one-atom restriction, which means we can start by fixing one element as that atom $0$: all other elements $x$ must satisfy $0 \leq x$, so it suffices to enumerate the posets with 3 elements. You can make quick work of these by drawing Hasse diagrams, or by considering maximal chains. Either way, you'll find five such posets:
This means that there are 5 distributive lattices with exactly one atom and four irreducibles. While you don't have to actually construct them to answer the question as stated, I'll describe which ones they are:
And that's all of them!
Your strategy had a few problems:
Your definition of irreducible does not quite correspond to the usual one: the bottom element has to be excluded (since one could regard it as the join of no elements).
You drew the Hasse diagram of the 8-element Boolean algebra incorrectly (compare with mine above, you have an extra edge).
Finally, the 12-element poset you constructed never satisfied the definition of distributive lattice (what would be the least upper bound of $I_1$, $I_2$ and $I_3$?). This led you down the wrong path, where you tried to argue that we can find infinitely many such lattices.
edit: an upscaled version of the diagrams is now available.